Property Explorer Expert An expert that appears on the Help menu of Delphi. Given a name or value to search for it locates objects with properties that have this name or have been set to that value in the current project. This expert is designed for Delphi 2 and 3. The files for the expert are described below. PROPEXPL.DPR The code for the property value expert DLL. PROPEXPL.DOF Options for this project. PROPEXPL.RES Resources for this project PROPEXP1.PAS The code for the property value expert form. PROPEXP1.DFM The resources for the property value expert form. PROPEXPL.DLL The compiled expert. README.TXT This file. Install the expert as described below. Place the DLL in an appropriate directory. For Delphi 2: 1. Add a string value to the SOFTWARE\BORLAND\DELPHI\2.0\EXPERTS key in the Registry with the value below (substituting your directory): PropExpl C:\Program Files\Borland\Delphi 2.0\PropExpl\PropExpl.dll 2. Restart Delphi. For Delphi 3: 1. Add a string value to the SOFTWARE\BORLAND\DELPHI\3.0\EXPERTS key in the Registry with the value below (substituting your directory): PropExpl C:\Program Files\Borland\Delphi 3.0\PropExpl\PropExpl.dll 2. Restart Delphi. The new expert should appear on the Help menu as "Property Explorer...". Then open a project (try the MastApp project in Demos\DB\MastApp) start the expert and enter a value to search for. This code is freeware. Any correspondence or improvements can be sent to : Keith Wood 200 Ashford Center North, Suite 200 Atlanta GA 30338 Phone : (770) 393 8646 E-mail: kwood@ccsc.com